home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / default / linux-restricted-modules-common < prev    next >
Text File  |  2008-07-06  |  823b  |  19 lines

  1. # This file is sourced from the linux-restricted-modules-common init
  2. # script and is used to disable the link-on-boot feature, one module
  3. # at a time.  This can be useful if you want to use hand-compiled
  4. # versions of one or more modules, but keep linux-restricted-modules
  5. # installed on your system, or just to disable modules you don't use
  6. # and speed up your boot process by a second or two.
  7. #
  8. # Use a space-separated list of modules you wish to not have linked
  9. # on boot.  The following example shows a (condensed) list of all
  10. # modules shipped in the linux-restricted-modules packages:
  11. #
  12. # DISABLED_MODULES="madwifi ltm wl"
  13. #
  14. # Note that disabling "madwifi" disables all madwifi drivers, "ltm"
  15. # disables ltmodem and ltserial. You can also name each module
  16. # individually, if you prefer a subset.
  17.  
  18. DISABLED_MODULES=""
  19.